home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / conv / jpegV5Asrc.lha / gcc / jconfig.h next >
C/C++ Source or Header  |  1994-10-29  |  1KB  |  47 lines

  1. /* jconfig.h --- generated by ckconfig.c */
  2. /* see jconfig.doc for explanations */
  3.  
  4. /* This is for gcc on the Amiga running Amiga-OS */
  5. /* made by Günther Röhrich (Guenther@studbox.uni-stuttgart.de) */
  6.  
  7. #define HAVE_PROTOTYPES
  8. #define HAVE_UNSIGNED_CHAR
  9. #define HAVE_UNSIGNED_SHORT
  10. /* #define void char */
  11. /* #define const */
  12. #undef CHAR_IS_UNSIGNED
  13. #define HAVE_STDDEF_H
  14. #define HAVE_STDLIB_H
  15. #undef NEED_BSD_STRINGS
  16. #undef NEED_SYS_TYPES_H
  17. #undef NEED_FAR_POINTERS
  18. #undef NEED_SHORT_EXTERNAL_NAMES
  19. #undef INCOMPLETE_TYPES_BROKEN
  20.  
  21. #define MULTIPLIER short   /* improves speed on all 680x0 processors */
  22.  
  23. #define FAST_FLOAT double  /* using float gives incorrect code */
  24.  
  25. #ifdef JPEG_INTERNALS
  26.  
  27. #undef RIGHT_SHIFT_IS_UNSIGNED
  28. #define TEMP_DIRECTORY "JPEGTMP:"    /* recommended setting for Amiga */
  29. #define SHORTxSHORT_32    
  30.  
  31. #endif /* JPEG_INTERNALS */
  32.  
  33. #ifdef JPEG_CJPEG_DJPEG
  34.  
  35. #define BMP_SUPPORTED        /* BMP image file format */
  36. #define GIF_SUPPORTED        /* GIF image file format */
  37. #define PPM_SUPPORTED        /* PBMPLUS PPM/PGM image file format */
  38. #undef RLE_SUPPORTED        /* Utah RLE image file format */
  39. #define TARGA_SUPPORTED        /* Targa image file format */
  40.  
  41. #define TWO_FILE_COMMANDLINE    /* You may need this on non-Unix systems */
  42. #define NEED_SIGNAL_CATCHER    /* Define this if you use jmemname.c */
  43. #undef DONT_USE_B_MODE
  44. /* #define PROGRESS_REPORT */    /* optional */
  45.  
  46. #endif /* JPEG_CJPEG_DJPEG */
  47.